slot_creation_error failures

  • Jump to comment-1
    thomas.munro@gmail.com2022-07-22T01:59:09+00:00
    Hi, Here are some recent $SUBJECT on HEAD. Unfortunately we don't see the regression.diffs file :-( bfbot=> select make_snapshot_url(animal, snapshot) from run where 'slot_creation_error' = any(fail_tests) order by snapshot desc; make_snapshot_url ------------------------------------------------------------------------------------------------ https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=fairywren&dt=2022-07-21%2023:33:50 https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=fairywren&dt=2022-06-15%2003:12:54 https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=fairywren&dt=2022-05-10%2021:03:37 https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=fairywren&dt=2022-04-11%2021:04:15 https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=fairywren&dt=2022-04-08%2018:04:15 https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=fairywren&dt=2022-04-01%2018:27:29 https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=calliphoridae&dt=2022-03-08%2001:14:51 https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=flaviventris&dt=2022-02-24%2015:17:30 https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=wrasse&dt=2022-02-15%2009:29:06 (9 rows)
    • Jump to comment-1
      sawada.mshk@gmail.com2022-07-22T03:10:27+00:00
      On Fri, Jul 22, 2022 at 10:59 AM Thomas Munro <thomas.munro@gmail.com> wrote: > > Hi, > > Here are some recent $SUBJECT on HEAD. Unfortunately we don't see the > regression.diffs file :-( We can see regression.diffs[1]: ========================== output_iso/regression.diffs ================ diff -w -U3 C:/tools/nmsys64/home/pgrunner/bf/root/HEAD/pgsql/contrib/test_decoding/expected/slot_creation_error.out C:/tools/nmsys64/home/pgrunner/bf/root/HEAD/pgsql.build/contrib/test_decoding/output_iso/results/slot_creation_error.out --- C:/tools/nmsys64/home/pgrunner/bf/root/HEAD/pgsql/contrib/test_decoding/expected/slot_creation_error.out 2022-03-19 06:04:11.806604000 +0000 +++ C:/tools/nmsys64/home/pgrunner/bf/root/HEAD/pgsql.build/contrib/test_decoding/output_iso/results/slot_creation_error.out 2022-04-11 21:15:58.342700300 +0000 @@ -92,23 +92,7 @@ FROM pg_stat_activity WHERE application_name = 'isolation/slot_creation_error/s2'; <waiting ...> -step s2_init: <... completed> -FATAL: terminating connection due to administrator command -server closed the connection unexpectedly +PQconsumeInput failed: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. -step s1_terminate_s2: <... completed> -pg_terminate_backend --------------------- -t -(1 row) - -step s1_c: COMMIT; -step s1_view_slot: - SELECT slot_name, slot_type, active FROM pg_replication_slots WHERE slot_name = 'slot_creation_error' - -slot_name|slot_type|active ----------+---------+------ -(0 rows) - Regards, [1] https://buildfarm.postgresql.org/cgi-bin/show_stage_log.pl?nm=fairywren&dt=2022-04-11%2021%3A04%3A15&stg=test-decoding-check -- Masahiko Sawada EDB: https://www.enterprisedb.com/
      • Jump to comment-1
        thomas.munro@gmail.com2022-07-22T03:34:45+00:00
        On Fri, Jul 22, 2022 at 3:11 PM Masahiko Sawada <sawada.mshk@gmail.com> wrote: > We can see regression.diffs[1]: Ahh, right, thanks. We see it when it fails in test-decoding-check on Windows, but not when it fails in MiscCheck, and I didn't check enough of them.